ci: build qs2/stringfish from source (RcppParallel 6.2.0 oneTBB ABI break) - #211
ci: build qs2/stringfish from source (RcppParallel 6.2.0 oneTBB ABI break)#211seonghobae wants to merge 1 commit into
Conversation
…reak) RcppParallel 6.2.0 switched to oneTBB and dropped the tbb::internal symbols that prebuilt/cached qs2/stringfish binaries link against, so dependency setup fails while building SimDesign (dyn.load of stringfish.so: undefined symbol). Force both packages to build from source against the current RcppParallel and bump cache-version to discard poisoned caches. Same fix as kaefa#76. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 36 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
The
checkjob fails during dependency setup while building SimDesign:Root cause: RcppParallel 6.2.0 migrated to oneTBB and dropped the legacy
tbb::internalsymbols. The cached/prebuiltstringfish(andqs2) binaries still link those symbols, so anything loading them under the freshly built RcppParallel 6.2.0 fails. Pre-existing repo-wide breakage, unrelated to PR diffs (seen on #209, job 91893493500).Fix: force
stringfish=?sourceandqs2=?sourceinsetup-r-dependenciesand bumpcache-versionto 2 to discard poisoned caches. Same fix as ContextualWisdomLab/kaefa#76, where the previously failing macOS/Windows release jobs already went green. Revert once CRAN/PPM rebuild binaries against RcppParallel 6.2.0.Unblocks #209 and every other open aFIPC PR.
🤖 Generated with Claude Code